www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\D_sverc_ext.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>



<%

dir_set="../"


%>

<%


Server.ScriptTimeout=999999


session.timeout=600


%>


<!--#include file=../inc/conn.asp-->
<!--#include file=inc/get.asp-->





<!--#include file=../inc/Functionb.asp-->
<!--#include file=../inc/ajaxLIB.asp-->
<!--#include file=../inc/functionFiless.asp-->

<!--#include file=../inc/ND_class_function.asp-->


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<title>管理页面</title>
<LINK href="css.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
body {
	background-color: #E3E3E3;
}
-->
</style>
<body leftmargin="0" bottommargin="0" rightmargin="0" topmargin="5" marginheight="0" marginwidth="0">






<table width="96%" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF" class="tableBorder">
<tr>
		<th height="25" colspan="2" align="left"   class="adminth"><span class="STYLE1">在线自动检查是否 有最新的系统升级包</span></th>
  </tr>
	
<tr>


<td  width="100%" height="23"  colspan="2"   align="left" bgcolor="#cecFcf">
当前系统版本:<%=ver%><br>

<%call  get_newest_update_from_newdsoft(1,"")%>

</td>
		
</tr>
	










</table>
<br/>
</body>
</html>